home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
501 Great Games
/
501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso
/
BALLMSTR
/
_SETUP.1
/
BallM.exe
/
0
/
RCDATA
/
TFORM2
/
TFORM2.txt
Wrap
Text File
|
1998-05-31
|
6KB
|
323 lines
object Form2: TForm2
Left = 261
Top = 142
HelpContext = 45
BorderStyle = bsDialog
Caption = 'Game Setup'
ClientHeight = 310
ClientWidth = 281
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 4
Top = 4
Width = 273
Height = 45
Caption = 'Scheme'
TabOrder = 0
object ComboBox1: TComboBox
Left = 8
Top = 16
Width = 137
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = ComboBox1Change
end
object Button1: TButton
Left = 148
Top = 16
Width = 57
Height = 21
Caption = 'Sa&ve as...'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 208
Top = 16
Width = 57
Height = 21
Caption = '&Delete'
TabOrder = 2
OnClick = Button2Click
end
end
object GroupBox2: TGroupBox
Left = 4
Top = 52
Width = 273
Height = 65
Caption = 'Dimensions'
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 36
Width = 28
Height = 13
Caption = '&Width'
FocusControl = EditW
end
object Label2: TLabel
Left = 140
Top = 36
Width = 31
Height = 13
Caption = '&Height'
FocusControl = EditH
end
object Label6: TLabel
Left = 8
Top = 16
Width = 165
Height = 13
Caption = 'Sets the dimensions of game board'
end
object EditW: TEdit
Left = 44
Top = 32
Width = 37
Height = 21
TabOrder = 0
Text = '9'
OnKeyPress = EditPKeyPress
end
object UpDownW: TUpDown
Left = 81
Top = 32
Width = 15
Height = 21
Associate = EditW
Min = 3
Max = 10
Position = 9
TabOrder = 1
Wrap = False
OnClick = UpDownWClick
end
object EditH: TEdit
Tag = 9
Left = 176
Top = 32
Width = 37
Height = 21
TabOrder = 2
Text = '9'
OnKeyPress = EditPKeyPress
end
object UpDownH: TUpDown
Left = 213
Top = 32
Width = 15
Height = 21
Associate = EditH
Min = 3
Max = 10
Position = 9
TabOrder = 3
Wrap = False
OnClick = UpDownWClick
end
end
object GroupBox3: TGroupBox
Left = 4
Top = 120
Width = 273
Height = 153
Caption = 'Balls'
TabOrder = 2
object Label3: TLabel
Left = 8
Top = 64
Width = 16
Height = 13
Caption = '&Put'
FocusControl = EditP
end
object Label4: TLabel
Left = 140
Top = 64
Width = 17
Height = 13
Caption = '&Get'
FocusControl = EditG
end
object Label7: TLabel
Left = 8
Top = 16
Width = 89
Height = 39
Caption = 'Sets the number of balls to put on game step'
WordWrap = True
end
object Label8: TLabel
Left = 140
Top = 16
Width = 114
Height = 39
Caption = 'Number of balls you need to put in line to get them out of board'
WordWrap = True
end
object Label9: TLabel
Left = 8
Top = 92
Width = 92
Height = 26
Caption = 'Sets the number of ball colors '
WordWrap = True
end
object Label5: TLabel
Left = 8
Top = 128
Width = 29
Height = 13
Caption = 'C&olors'
FocusControl = EditC
end
object Label10: TLabel
Left = 140
Top = 92
Width = 92
Height = 26
Caption = 'Sets the number of balls to put initially'
WordWrap = True
end
object Label12: TLabel
Left = 236
Top = 128
Width = 24
Height = 13
Caption = 'of 81'
end
object Label11: TLabel
Left = 140
Top = 128
Width = 31
Height = 13
Caption = '&Initially'
FocusControl = Edit1
end
object EditP: TEdit
Tag = 3
Left = 44
Top = 60
Width = 37
Height = 21
TabOrder = 0
Text = '3'
OnKeyPress = EditPKeyPress
end
object UpDownP: TUpDown
Left = 81
Top = 60
Width = 15
Height = 21
Associate = EditP
Min = 2
Max = 5
Position = 3
TabOrder = 1
Wrap = False
OnClick = UpDownWClick
end
object EditG: TEdit
Tag = 5
Left = 176
Top = 60
Width = 37
Height = 21
Ctl3D = True
ParentCtl3D = False
TabOrder = 2
Text = '5'
OnKeyPress = EditPKeyPress
end
object UpDownG: TUpDown
Left = 213
Top = 60
Width = 15
Height = 21
Associate = EditG
Min = 3
Max = 7
Position = 5
TabOrder = 3
Wrap = False
OnClick = UpDownWClick
end
object EditC: TEdit
Tag = 6
Left = 44
Top = 124
Width = 37
Height = 21
TabOrder = 4
Text = '6'
OnKeyPress = EditPKeyPress
end
object UpDownC: TUpDown
Left = 81
Top = 124
Width = 15
Height = 21
Associate = EditC
Min = 3
Max = 8
Position = 6
TabOrder = 5
Wrap = False
OnClick = UpDownWClick
end
object Edit1: TEdit
Left = 176
Top = 124
Width = 37
Height = 21
TabOrder = 6
Text = '1'
OnKeyPress = EditPKeyPress
end
object UpDown1: TUpDown
Left = 213
Top = 124
Width = 15
Height = 21
Associate = Edit1
Min = 1
Max = 99
Position = 1
TabOrder = 7
Wrap = False
OnClick = UpDownWClick
end
end
object Button3: TButton
Left = 124
Top = 280
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object Button4: TButton
Left = 204
Top = 280
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
end